Skip to content

Waiting activity completion after ExecuteActivityCall#382

Merged
cretz merged 2 commits intotemporalio:mainfrom
edmondop:waiting-activities-completion
Jan 23, 2025
Merged

Waiting activity completion after ExecuteActivityCall#382
cretz merged 2 commits intotemporalio:mainfrom
edmondop:waiting-activities-completion

Conversation

@edmondop
Copy link
Contributor

...

switch orderChoice {
case OrderChoiceApple:
workflow.ExecuteActivity(ctx, orderActivities.OrderApple, orderChoice)
workflow.ExecuteActivity(ctx, orderActivities.OrderApple, orderChoice).Get(ctx, nil)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good change, but we need to handle the errors coming back from these

@edmondop edmondop requested a review from cretz January 23, 2025 19:12
Copy link
Member

@cretz cretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@cretz cretz merged commit e9168ce into temporalio:main Jan 23, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants